[EX2007] Dynamic Distribution Group based on Security Group using OPATH filter doenst work
Dear Reader, Recently i created a DDG with the following command: New-DynamicDistributionGroup -Name "MAI_APP_TEST" -DisplayName "Mailgroup TEST" -Alias "MAI_APP_TEST" -OrganizationalUnit "<domain>/XXX" -RecipientFilter "MemberOfGroup -eq 'CN=SecurityGroup,OU=XXX,OU=XXX,DC=XXX,DC=XXX'" When i expand the members using the Preview button in the Exchange Management Console, i see usersnames appearing. When i try to send mail, i dont get any error message, not in outlook and not in exchange. I see the following lines in the Exchange message tracker: Timestamp : 21-6-2011 15:02:59 Source : STOREDRIVER EventId : RECEIVE Recipients : {MAI_APP_TEST@<mydomain>} RecipientStatus : {} RecipientCount : 1 RelatedRecipientAddress : Timestamp : 21-6-2011 15:02:59 Source : ROUTING EventId : EXPAND Recipients : {} RecipientStatus : {250 2.1.5 RESOLVER.GRP.Expanded; distribution list expanded} RecipientCount : 0 RelatedRecipientAddress : MAI_APP_TEST@<mydomain> Timestamp : 21-6-2011 15:02:59 Source : STOREDRIVER EventId : SUBMIT Recipients : {} RecipientStatus : {} RecipientCount : RelatedRecipientAddress :
June 21st, 2011 10:00am

Hi, It would be nice also too see the error message you receive when sending a mail to the group. Leif
Free Windows Admin Tool Kit Click here and download it now
June 21st, 2011 10:39am

Hi, It would be nice also too see the error message you receive when sending a mail to the group. Leif I dont receive error messages, that makes this problem hard to troubleshoot.
June 21st, 2011 11:34am

Nobody..?
Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2011 2:47pm

Hi ziqz, This is I tested in my lab (Exchange 2007 SP3): Domain: test.com Security Group: workaround Users aa (aa@test.com)and bb(bb@test.com) are member of workaround I use this command to create the DynamicDistributionGroup: New-DynamicDistributionGroup -Name "MAI_APP_TEST" -DisplayName "Mailgroup TEST" -Alias "MAI_APP_TEST" -OrganizationalUnit "test.com/users" -RecipientFilter "MemberOfGroup -eq 'CN=workaround,OU=just a test,OU=test user,DC=test,DC=com'" Then I can see users aa and bb using the preview button in the Exchange Management Console. When I use an internal user send email to Mailgroup TEST, users aa and bb can receive that email. For your issue, I suggest you follow these steps to troubleshoot the problem: 1.send an email to securitygroup, then check whether the users in securitygroup can receive it or not. 2.Create a test group in default OU, then test for the issue. Thanks, Evan Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
June 23rd, 2011 6:04am

Hi ziqz, This is I tested in my lab (Exchange 2007 SP3): Domain: test.com Security Group: workaround Users aa (aa@test.com)and bb(bb@test.com) are member of workaround I use this command to create the DynamicDistributionGroup: New-DynamicDistributionGroup -Name "MAI_APP_TEST" -DisplayName "Mailgroup TEST" -Alias "MAI_APP_TEST" -OrganizationalUnit "test.com/users" -RecipientFilter "MemberOfGroup -eq 'CN=workaround,OU=just a test,OU=test user,DC=test,DC=com'" Then I can see users aa and bb using the preview button in the Exchange Management Console. When I use an internal user send email to Mailgroup TEST, users aa and bb can receive that email. For your issue, I suggest you follow these steps to troubleshoot the problem: 1.send an email to securitygroup users, then check whether the users in securitygroup can receive it or not. 2.Create a test group in default OU, then test for the issue. Thanks, Evan Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
June 23rd, 2011 12:57pm

Hi ziqz, This is I tested in my lab (Exchange 2007 SP3): Domain: test.com Security Group: workaround Users aa (aa@test.com)and bb(bb@test.com) are member of workaround I use this command to create the DynamicDistributionGroup: New-DynamicDistributionGroup -Name "MAI_APP_TEST" -DisplayName "Mailgroup TEST" -Alias "MAI_APP_TEST" -OrganizationalUnit "test.com/users" -RecipientFilter "MemberOfGroup -eq 'CN=workaround,OU=just a test,OU=test user,DC=test,DC=com'" Then I can see users aa and bb using the preview button in the Exchange Management Console. When I use an internal user send email to Mailgroup TEST, users aa and bb can receive that email. For your issue, I suggest you follow these steps to troubleshoot the problem: 1.send an email to securitygroup users, then check whether the users in securitygroup can receive it or not. 2.Create a test group in default OU, then test for the issue. Thanks, Evan Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Could this be fixed in a service pack? i am not running any SP at the moment. i will test your questions monday. And how does your Exchange message tracker look like? When it expands members, you see 2? Talking about this line: Timestamp : 21-6-2011 15:02:59 Source : ROUTING EventId : EXPAND Recipients : {} RecipientStatus : {250 2.1.5 RESOLVER.GRP.Expanded; distribution list expanded} RecipientCount : 0 RelatedRecipientAddress : MAI_APP_TEST@<mydomain>
June 25th, 2011 1:08pm

Hi ziqz, How about the issue? This is result in my Exchange Message Tracker: Timestamp : 23-6-2011 15:02:59 Source : ROUTING EventId : EXPAND Recipients : aa@test.com, bb@test.com RecipientStatus : {250 2.1.5 RESOLVER.GRP.Expanded; distribution list expanded} RecipientCount : 2 RelatedRecipientAddress : MAI_APP_TEST@test.com Form this result, maybe you need to confrim whether there are users in your DynamicDistributionGroup or not. Thanks, Evan Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
July 4th, 2011 5:56am

Hi ziqz, How about the issue? This is result in my Exchange Message Tracker: Timestamp : 23-6-2011 15:02:59 Source : ROUTING EventId : EXPAND Recipients : aa@test.com, bb@test.com RecipientStatus : {250 2.1.5 RESOLVER.GRP.Expanded; distribution list expanded} RecipientCount : 2 RelatedRecipientAddress : MAI_APP_TEST@test.com Form this result, maybe you need to confrim whether there are users in your DynamicDistributionGroup or not. Thanks, Evan Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. how exactly would you like me to do this: 1.send an email to securitygroup users, then check whether the users in securitygroup can receive it or not.
July 4th, 2011 8:52am

On Mon, 4 Jul 2011 12:45:23 +0000, ziqz wrote: [ snip ] >> Recipients : aa@test.com, bb@test.com >> RecipientCount : 2 >how exactly would you like me to do this: Just look at the recipient count from the expansion and the set of recipients that was the result of the expansion, --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
July 4th, 2011 3:38pm

Yes, the most difference is that when you expanded distribution list there isn’t any recipients. Maybe you can get help from these: Routing problem with Dynamic Distribution List http://social.technet.microsoft.com/Forums/en-US/exchangesvrtransport/thread/f25c65a4-fd38-4dbe-916d-22e86d93bbe1/ Dynamic Distribution Lists not working as expected (0 recipients during mail routing) https://www.corelan.be/index.php/2008/11/05/dynamic-distribution-lists-not-working-as-expected-0-recipients-during-mail-routing/ Thanks, Evan Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
July 5th, 2011 5:38am

Yes, the most difference is that when you expanded distribution list there isn’t any recipients. Maybe you can get help from these: Routing problem with Dynamic Distribution List http://social.technet.microsoft.com/Forums/en-US/exchangesvrtransport/thread/f25c65a4-fd38-4dbe-916d-22e86d93bbe1/ Dynamic Distribution Lists not working as expected (0 recipients during mail routing) https://www.corelan.be/index.php/2008/11/05/dynamic-distribution-lists-not-working-as-expected-0-recipients-during-mail-routing/ Thanks, Evan Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. RecipientContainer did the trick, damn why didnt i think about this. Thnx, rewarding points.
Free Windows Admin Tool Kit Click here and download it now
July 6th, 2011 7:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics